-
Notifications
You must be signed in to change notification settings - Fork 1.4k
sysbuild: Migrate from sysbuild_dt_* #22462
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
d545ad2
to
6dbc604
Compare
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 284e7a52c8ed275910109e3b0912301529bd1d83 more detailssdk-nrf:
matter:
zephyr:
Github labels
List of changed files detected by CI (26)
Outputs:ToolchainVersion: Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
doc/nrf/releases_and_maturity/migration/migration_guide_3.1.rst
Outdated
Show resolved
Hide resolved
doc/nrf/releases_and_maturity/migration/migration_guide_3.1.rst
Outdated
Show resolved
Hide resolved
doc/nrf/releases_and_maturity/migration/migration_guide_3.1.rst
Outdated
Show resolved
Hide resolved
6dbc604
to
e827b90
Compare
@FrancescoSer I followed your suggestions but changed more words. Please take another look. |
You can find the documentation preview for this PR here. Preview links for modified nRF Connect SDK documents: |
e827b90
to
ec44490
Compare
Memory footprint analysis revealed the following potential issuesapplications.hpf.gpio.icmsg[nrf54l15dk/nrf54l15/cpuflpr]: High RAM usage: 9090[B] - link (cc: @nrfconnect/ncs-ll-ursus) Note: This message is automatically posted and updated by the CI (latest/sdk-nrf/PR-22462/6) |
The `sysbuild_dt_*` CMake API came from upstream Zephyr PR #: 73903. This had been in review for almost a year, and in the end, the proposed API ended up being replaced. This merits an entry in the migration guide. Note that since the API was cherry-picked from PR, there's no deprecation process. Signed-off-by: Grzegorz Swiderski <[email protected]>
ec44490
to
284e7a5
Compare
The
sysbuild_dt_*
CMake API came from upstream Zephyr PR #: 73903. This had been in review for almost a year, and in the end, the proposed API ended up being replaced.This merits an entry in the migration guide. Note that since the API was cherry-picked from PR, there's no deprecation process.